CHECK%
CHECKF

Syntax: CHECK% (integer$)
   and: CHECKF (float$)
Location: CONTROL (DIY Toolkit Vol E)

These functions try to carry out the standard SuperBASIC coercion function.

The function CHECK% tries to coerce a specified string into an integer value.  If this is not possible, then the value -32768 is returned.

The function CHECKF tries to coerce a specified string into a floating point value.  If this is not possible, then the value -1E600 is returned.

CROSS-REFERENCE:
See also TTEFP.
